home *** CD-ROM | disk | FTP | other *** search
/ Hairs 2 / Hairs 2.iso / mac / MAC / SHARED.DIR / 00147_Script_021ǼàžìÆ < prev    next >
Text File  |  1995-07-25  |  582b  |  24 lines

  1. global gcheck
  2. on enterFrame
  3.   if gcheck<> 1 then
  4.     preLoad (the frame +2)
  5.     set the timeoutlength =4 * 60
  6.     set the timeoutscript to "jikangire"
  7.   else set gcheck = 1
  8. end enterFrame 
  9. on mouseDown
  10.   set the timeoutscript to EMPTY
  11.   play 200
  12. endナ@mouseDown
  13. on KeyDown
  14.   set the timeoutscript to EMPTY
  15.   if the key = "S" then go to the frame
  16.   if the key = "W" then go to frame "MENU" of movie "MENU.DIR"
  17.   if the key = "A" then go next
  18.   if the key = "D" then go marker (3)
  19.   if the key = "Z" then go next
  20. end
  21. on exitframe
  22.   go to the frame
  23. end exitframe
  24.